home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / pcpm.arc / CPAINFO.BAS (.txt) < prev    next >
Encoding:
GW-BASIC  |  1985-06-04  |  1.0 KB  |  22 lines

  1. 100  CLS:LOCATE 3,1
  2. 110  PRINT "            INFORMATION ON THE PCPM SYSTEM"
  3. 120  PRINT
  4. 130  PRINT "PCPM is a menu driven Critical Path Method System."
  5. 140  PRINT "Several utilities make this system a valuable tool for "
  6. 150  PRINT "project management. Input can be done interactively in PCPM or be"
  7. 190  PRINT "edited outside the PCPM system using a text processing program."
  8. 200  PRINT
  9. 210  PRINT "Using PCPM, you are guided interactively through each menu option."
  10. 230  PRINT "As each function is completed the screen returns to the main menu."
  11. 250  PRINT
  12. 260  PRINT "Information and messages from the system are displayed in CAPS"
  13. 270  PRINT "surrounded by '****'.  User responses should be made in UPPER "
  14. 280  PRINT "CASE LETTERS only. Answers to prompts are provided in parenthesis,"
  15. 285  PRINT "like (Y/N). The first answer (Y) is the default (ENTER key) answer."
  16. 290  PRINT
  17. 300  PRINT "For detailed information refer to the PCPM USERS MANUAL. "
  18. 318  PRINT
  19. 320  INPUT "Hit ENTER when you are ready to return to the main menu  ",Q$
  20. 325  CLS
  21. 330  CHAIN "CPAMENU"
  22.